home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 4201 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  967 b 

  1. Path: news.telepac.pt!usenet
  2. From: jcarlosr@mail.telepac.pt (J.Carlos)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: GetSystemMetrics
  5. Date: Sun, 28 Jan 1996 21:53:53 GMT
  6. Organization: telepac
  7. Message-ID: <4egusp$cpb@vivaldi.telepac.pt>
  8. References: <4ecccb$rpb@news.iconn.net>
  9. NNTP-Posting-Host: alv1_p12.telepac.pt
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. kjpoglit@kjpoglit. (Karl Poglitsch) wrote:
  13.  
  14. >I have a question for you now...  Any way to stop a window from being sized too 
  15. >small?  I tried to intercept the WM_SIZE command, however I couldn't get 
  16. >anything working there...  I know it can be done, but I can't figure out how to 
  17. >do it.  I'm also looking into animated icons, however I can't get it to change 
  18. >by itself.  I force it to repaint, but that doesn't work.  It does work if I 
  19. >actually move the icon though.  Any ideas on this?
  20.  
  21. You must aswer to the message WM_GETMINMAXINFO, you can then specify a
  22. minimum size for the window.
  23. Regards, J.Carlos
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.